home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TALARMFORM / TALARMFORM.txt
Text File  |  1997-07-12  |  1KB  |  63 lines

  1. object AlarmForm: TAlarmForm
  2.   Left = 200
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'AlarmForm'
  7.   ClientHeight = 111
  8.   ClientWidth = 171
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 16
  19.     Top = 8
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&Close'
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object CheckBox1: TCheckBox
  27.     Left = 16
  28.     Top = 48
  29.     Width = 97
  30.     Height = 17
  31.     Caption = 'Alarm if &Above:'
  32.     TabOrder = 1
  33.   end
  34.   object CheckBox2: TCheckBox
  35.     Left = 16
  36.     Top = 80
  37.     Width = 97
  38.     Height = 17
  39.     Caption = 'Alarm if &Below:'
  40.     TabOrder = 2
  41.   end
  42.   object SpinEdit1: TSpinEdit
  43.     Left = 112
  44.     Top = 46
  45.     Width = 49
  46.     Height = 22
  47.     MaxValue = 100
  48.     MinValue = 0
  49.     TabOrder = 3
  50.     Value = 0
  51.   end
  52.   object SpinEdit2: TSpinEdit
  53.     Left = 112
  54.     Top = 78
  55.     Width = 49
  56.     Height = 22
  57.     MaxValue = 100
  58.     MinValue = 0
  59.     TabOrder = 4
  60.     Value = 0
  61.   end
  62. end
  63.